CollectionBase Properties

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

C#
[SerializableAttribute]
public abstract class CollectionBase<T>
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class CollectionBase(Of T)
Visual C++
[SerializableAttribute]
generic<typename T>
public ref class CollectionBase abstract

Type Parameters

T

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyCount
Must be overridden to provide the number of items in the collection.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyICollection<(Of <T>)>..::IsReadOnly
Explicit interface implemetationPrivate propertyICollection..::IsSynchronized
Indicates whether the collection is synchronized.
Explicit interface implemetationPrivate propertyICollection..::SyncRoot
Indicates the synchronization object for this collection.

See Also